\(\int \frac {(1-2 x)^{5/2} (3+5 x)^{5/2}}{(2+3 x)^3} \, dx\) [2417]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [F]
   Maxima [A] (verification not implemented)
   Giac [B] (verification not implemented)
   Mupad [F(-1)]

Optimal result

Integrand size = 26, antiderivative size = 188 \[ \int \frac {(1-2 x)^{5/2} (3+5 x)^{5/2}}{(2+3 x)^3} \, dx=\frac {34145 \sqrt {1-2 x} \sqrt {3+5 x}}{1944}-\frac {785}{36} \sqrt {1-2 x} (3+5 x)^{3/2}+\frac {575}{162} \sqrt {1-2 x} (3+5 x)^{5/2}-\frac {(1-2 x)^{5/2} (3+5 x)^{5/2}}{6 (2+3 x)^2}+\frac {185 (1-2 x)^{3/2} (3+5 x)^{5/2}}{36 (2+3 x)}+\frac {81733 \sqrt {\frac {5}{2}} \arcsin \left (\sqrt {\frac {2}{11}} \sqrt {3+5 x}\right )}{5832}+\frac {21935 \sqrt {7} \arctan \left (\frac {\sqrt {1-2 x}}{\sqrt {7} \sqrt {3+5 x}}\right )}{2916} \]

[Out]

-1/6*(1-2*x)^(5/2)*(3+5*x)^(5/2)/(2+3*x)^2+185/36*(1-2*x)^(3/2)*(3+5*x)^(5/2)/(2+3*x)+81733/11664*arcsin(1/11*
22^(1/2)*(3+5*x)^(1/2))*10^(1/2)+21935/2916*arctan(1/7*(1-2*x)^(1/2)*7^(1/2)/(3+5*x)^(1/2))*7^(1/2)-785/36*(3+
5*x)^(3/2)*(1-2*x)^(1/2)+575/162*(3+5*x)^(5/2)*(1-2*x)^(1/2)+34145/1944*(1-2*x)^(1/2)*(3+5*x)^(1/2)

Rubi [A] (verified)

Time = 0.06 (sec) , antiderivative size = 188, normalized size of antiderivative = 1.00, number of steps used = 10, number of rules used = 8, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.308, Rules used = {99, 154, 159, 163, 56, 222, 95, 210} \[ \int \frac {(1-2 x)^{5/2} (3+5 x)^{5/2}}{(2+3 x)^3} \, dx=\frac {81733 \sqrt {\frac {5}{2}} \arcsin \left (\sqrt {\frac {2}{11}} \sqrt {5 x+3}\right )}{5832}+\frac {21935 \sqrt {7} \arctan \left (\frac {\sqrt {1-2 x}}{\sqrt {7} \sqrt {5 x+3}}\right )}{2916}+\frac {575}{162} \sqrt {1-2 x} (5 x+3)^{5/2}+\frac {185 (1-2 x)^{3/2} (5 x+3)^{5/2}}{36 (3 x+2)}-\frac {(1-2 x)^{5/2} (5 x+3)^{5/2}}{6 (3 x+2)^2}-\frac {785}{36} \sqrt {1-2 x} (5 x+3)^{3/2}+\frac {34145 \sqrt {1-2 x} \sqrt {5 x+3}}{1944} \]

[In]

Int[((1 - 2*x)^(5/2)*(3 + 5*x)^(5/2))/(2 + 3*x)^3,x]

[Out]

(34145*Sqrt[1 - 2*x]*Sqrt[3 + 5*x])/1944 - (785*Sqrt[1 - 2*x]*(3 + 5*x)^(3/2))/36 + (575*Sqrt[1 - 2*x]*(3 + 5*
x)^(5/2))/162 - ((1 - 2*x)^(5/2)*(3 + 5*x)^(5/2))/(6*(2 + 3*x)^2) + (185*(1 - 2*x)^(3/2)*(3 + 5*x)^(5/2))/(36*
(2 + 3*x)) + (81733*Sqrt[5/2]*ArcSin[Sqrt[2/11]*Sqrt[3 + 5*x]])/5832 + (21935*Sqrt[7]*ArcTan[Sqrt[1 - 2*x]/(Sq
rt[7]*Sqrt[3 + 5*x])])/2916

Rule 56

Int[1/(Sqrt[(a_.) + (b_.)*(x_)]*Sqrt[(c_.) + (d_.)*(x_)]), x_Symbol] :> Dist[2/Sqrt[b], Subst[Int[1/Sqrt[b*c -
 a*d + d*x^2], x], x, Sqrt[a + b*x]], x] /; FreeQ[{a, b, c, d}, x] && GtQ[b*c - a*d, 0] && GtQ[b, 0]

Rule 95

Int[(((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_))/((e_.) + (f_.)*(x_)), x_Symbol] :> With[{q = Denomin
ator[m]}, Dist[q, Subst[Int[x^(q*(m + 1) - 1)/(b*e - a*f - (d*e - c*f)*x^q), x], x, (a + b*x)^(1/q)/(c + d*x)^
(1/q)], x]] /; FreeQ[{a, b, c, d, e, f}, x] && EqQ[m + n + 1, 0] && RationalQ[n] && LtQ[-1, m, 0] && SimplerQ[
a + b*x, c + d*x]

Rule 99

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Simp[(a + b*
x)^(m + 1)*(c + d*x)^n*((e + f*x)^p/(b*(m + 1))), x] - Dist[1/(b*(m + 1)), Int[(a + b*x)^(m + 1)*(c + d*x)^(n
- 1)*(e + f*x)^(p - 1)*Simp[d*e*n + c*f*p + d*f*(n + p)*x, x], x], x] /; FreeQ[{a, b, c, d, e, f}, x] && LtQ[m
, -1] && GtQ[n, 0] && GtQ[p, 0] && (IntegersQ[2*m, 2*n, 2*p] || IntegersQ[m, n + p] || IntegersQ[p, m + n])

Rule 154

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_)*((e_.) + (f_.)*(x_))^(p_)*((g_.) + (h_.)*(x_)), x_Symb
ol] :> Simp[(b*g - a*h)*(a + b*x)^(m + 1)*(c + d*x)^n*((e + f*x)^(p + 1)/(b*(b*e - a*f)*(m + 1))), x] - Dist[1
/(b*(b*e - a*f)*(m + 1)), Int[(a + b*x)^(m + 1)*(c + d*x)^(n - 1)*(e + f*x)^p*Simp[b*c*(f*g - e*h)*(m + 1) + (
b*g - a*h)*(d*e*n + c*f*(p + 1)) + d*(b*(f*g - e*h)*(m + 1) + f*(b*g - a*h)*(n + p + 1))*x, x], x], x] /; Free
Q[{a, b, c, d, e, f, g, h, p}, x] && ILtQ[m, -1] && GtQ[n, 0]

Rule 159

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_)*((e_.) + (f_.)*(x_))^(p_)*((g_.) + (h_.)*(x_)), x_Symb
ol] :> Simp[h*(a + b*x)^m*(c + d*x)^(n + 1)*((e + f*x)^(p + 1)/(d*f*(m + n + p + 2))), x] + Dist[1/(d*f*(m + n
 + p + 2)), Int[(a + b*x)^(m - 1)*(c + d*x)^n*(e + f*x)^p*Simp[a*d*f*g*(m + n + p + 2) - h*(b*c*e*m + a*(d*e*(
n + 1) + c*f*(p + 1))) + (b*d*f*g*(m + n + p + 2) + h*(a*d*f*m - b*(d*e*(m + n + 1) + c*f*(m + p + 1))))*x, x]
, x], x] /; FreeQ[{a, b, c, d, e, f, g, h, n, p}, x] && GtQ[m, 0] && NeQ[m + n + p + 2, 0] && IntegersQ[2*m, 2
*n, 2*p]

Rule 163

Int[(((c_.) + (d_.)*(x_))^(n_)*((e_.) + (f_.)*(x_))^(p_)*((g_.) + (h_.)*(x_)))/((a_.) + (b_.)*(x_)), x_Symbol]
 :> Dist[h/b, Int[(c + d*x)^n*(e + f*x)^p, x], x] + Dist[(b*g - a*h)/b, Int[(c + d*x)^n*((e + f*x)^p/(a + b*x)
), x], x] /; FreeQ[{a, b, c, d, e, f, g, h, n, p}, x]

Rule 210

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(-(Rt[-a, 2]*Rt[-b, 2])^(-1))*ArcTan[Rt[-b, 2]*(x/Rt[-a, 2])
], x] /; FreeQ[{a, b}, x] && PosQ[a/b] && (LtQ[a, 0] || LtQ[b, 0])

Rule 222

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Simp[ArcSin[Rt[-b, 2]*(x/Sqrt[a])]/Rt[-b, 2], x] /; FreeQ[{a, b}
, x] && GtQ[a, 0] && NegQ[b]

Rubi steps \begin{align*} \text {integral}& = -\frac {(1-2 x)^{5/2} (3+5 x)^{5/2}}{6 (2+3 x)^2}+\frac {1}{6} \int \frac {\left (-\frac {5}{2}-50 x\right ) (1-2 x)^{3/2} (3+5 x)^{3/2}}{(2+3 x)^2} \, dx \\ & = -\frac {(1-2 x)^{5/2} (3+5 x)^{5/2}}{6 (2+3 x)^2}+\frac {185 (1-2 x)^{3/2} (3+5 x)^{5/2}}{36 (2+3 x)}-\frac {1}{18} \int \frac {\left (-\frac {355}{4}-2875 x\right ) \sqrt {1-2 x} (3+5 x)^{3/2}}{2+3 x} \, dx \\ & = \frac {575}{162} \sqrt {1-2 x} (3+5 x)^{5/2}-\frac {(1-2 x)^{5/2} (3+5 x)^{5/2}}{6 (2+3 x)^2}+\frac {185 (1-2 x)^{3/2} (3+5 x)^{5/2}}{36 (2+3 x)}-\frac {1}{810} \int \frac {\left (\frac {202525}{4}-211950 x\right ) (3+5 x)^{3/2}}{\sqrt {1-2 x} (2+3 x)} \, dx \\ & = -\frac {785}{36} \sqrt {1-2 x} (3+5 x)^{3/2}+\frac {575}{162} \sqrt {1-2 x} (3+5 x)^{5/2}-\frac {(1-2 x)^{5/2} (3+5 x)^{5/2}}{6 (2+3 x)^2}+\frac {185 (1-2 x)^{3/2} (3+5 x)^{5/2}}{36 (2+3 x)}+\frac {\int \frac {(84825-1024350 x) \sqrt {3+5 x}}{\sqrt {1-2 x} (2+3 x)} \, dx}{9720} \\ & = \frac {34145 \sqrt {1-2 x} \sqrt {3+5 x}}{1944}-\frac {785}{36} \sqrt {1-2 x} (3+5 x)^{3/2}+\frac {575}{162} \sqrt {1-2 x} (3+5 x)^{5/2}-\frac {(1-2 x)^{5/2} (3+5 x)^{5/2}}{6 (2+3 x)^2}+\frac {185 (1-2 x)^{3/2} (3+5 x)^{5/2}}{36 (2+3 x)}-\frac {\int \frac {-2551200-6129975 x}{\sqrt {1-2 x} (2+3 x) \sqrt {3+5 x}} \, dx}{58320} \\ & = \frac {34145 \sqrt {1-2 x} \sqrt {3+5 x}}{1944}-\frac {785}{36} \sqrt {1-2 x} (3+5 x)^{3/2}+\frac {575}{162} \sqrt {1-2 x} (3+5 x)^{5/2}-\frac {(1-2 x)^{5/2} (3+5 x)^{5/2}}{6 (2+3 x)^2}+\frac {185 (1-2 x)^{3/2} (3+5 x)^{5/2}}{36 (2+3 x)}-\frac {153545 \int \frac {1}{\sqrt {1-2 x} (2+3 x) \sqrt {3+5 x}} \, dx}{5832}+\frac {408665 \int \frac {1}{\sqrt {1-2 x} \sqrt {3+5 x}} \, dx}{11664} \\ & = \frac {34145 \sqrt {1-2 x} \sqrt {3+5 x}}{1944}-\frac {785}{36} \sqrt {1-2 x} (3+5 x)^{3/2}+\frac {575}{162} \sqrt {1-2 x} (3+5 x)^{5/2}-\frac {(1-2 x)^{5/2} (3+5 x)^{5/2}}{6 (2+3 x)^2}+\frac {185 (1-2 x)^{3/2} (3+5 x)^{5/2}}{36 (2+3 x)}-\frac {153545 \text {Subst}\left (\int \frac {1}{-7-x^2} \, dx,x,\frac {\sqrt {1-2 x}}{\sqrt {3+5 x}}\right )}{2916}+\frac {\left (81733 \sqrt {5}\right ) \text {Subst}\left (\int \frac {1}{\sqrt {11-2 x^2}} \, dx,x,\sqrt {3+5 x}\right )}{5832} \\ & = \frac {34145 \sqrt {1-2 x} \sqrt {3+5 x}}{1944}-\frac {785}{36} \sqrt {1-2 x} (3+5 x)^{3/2}+\frac {575}{162} \sqrt {1-2 x} (3+5 x)^{5/2}-\frac {(1-2 x)^{5/2} (3+5 x)^{5/2}}{6 (2+3 x)^2}+\frac {185 (1-2 x)^{3/2} (3+5 x)^{5/2}}{36 (2+3 x)}+\frac {81733 \sqrt {\frac {5}{2}} \sin ^{-1}\left (\sqrt {\frac {2}{11}} \sqrt {3+5 x}\right )}{5832}+\frac {21935 \sqrt {7} \tan ^{-1}\left (\frac {\sqrt {1-2 x}}{\sqrt {7} \sqrt {3+5 x}}\right )}{2916} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.33 (sec) , antiderivative size = 118, normalized size of antiderivative = 0.63 \[ \int \frac {(1-2 x)^{5/2} (3+5 x)^{5/2}}{(2+3 x)^3} \, dx=\frac {\frac {6 \sqrt {1-2 x} \left (159612+627622 x+697863 x^2+71715 x^3-80100 x^4+108000 x^5\right )}{(2+3 x)^2 \sqrt {3+5 x}}-81733 \sqrt {10} \arctan \left (\frac {\sqrt {\frac {5}{2}-5 x}}{\sqrt {3+5 x}}\right )+87740 \sqrt {7} \arctan \left (\frac {\sqrt {1-2 x}}{\sqrt {7} \sqrt {3+5 x}}\right )}{11664} \]

[In]

Integrate[((1 - 2*x)^(5/2)*(3 + 5*x)^(5/2))/(2 + 3*x)^3,x]

[Out]

((6*Sqrt[1 - 2*x]*(159612 + 627622*x + 697863*x^2 + 71715*x^3 - 80100*x^4 + 108000*x^5))/((2 + 3*x)^2*Sqrt[3 +
 5*x]) - 81733*Sqrt[10]*ArcTan[Sqrt[5/2 - 5*x]/Sqrt[3 + 5*x]] + 87740*Sqrt[7]*ArcTan[Sqrt[1 - 2*x]/(Sqrt[7]*Sq
rt[3 + 5*x])])/11664

Maple [A] (verified)

Time = 1.19 (sec) , antiderivative size = 148, normalized size of antiderivative = 0.79

method result size
risch \(-\frac {\left (-1+2 x \right ) \sqrt {3+5 x}\, \left (21600 x^{4}-28980 x^{3}+31731 x^{2}+120534 x +53204\right ) \sqrt {\left (1-2 x \right ) \left (3+5 x \right )}}{1944 \left (2+3 x \right )^{2} \sqrt {-\left (-1+2 x \right ) \left (3+5 x \right )}\, \sqrt {1-2 x}}-\frac {\left (-\frac {81733 \sqrt {10}\, \arcsin \left (\frac {20 x}{11}+\frac {1}{11}\right )}{23328}+\frac {21935 \sqrt {7}\, \arctan \left (\frac {9 \left (\frac {20}{3}+\frac {37 x}{3}\right ) \sqrt {7}}{14 \sqrt {-90 \left (\frac {2}{3}+x \right )^{2}+67+111 x}}\right )}{5832}\right ) \sqrt {\left (1-2 x \right ) \left (3+5 x \right )}}{\sqrt {1-2 x}\, \sqrt {3+5 x}}\) \(148\)
default \(\frac {\sqrt {1-2 x}\, \sqrt {3+5 x}\, \left (259200 x^{4} \sqrt {-10 x^{2}-x +3}+735597 \sqrt {10}\, \arcsin \left (\frac {20 x}{11}+\frac {1}{11}\right ) x^{2}-789660 \sqrt {7}\, \arctan \left (\frac {\left (37 x +20\right ) \sqrt {7}}{14 \sqrt {-10 x^{2}-x +3}}\right ) x^{2}-347760 x^{3} \sqrt {-10 x^{2}-x +3}+980796 \sqrt {10}\, \arcsin \left (\frac {20 x}{11}+\frac {1}{11}\right ) x -1052880 \sqrt {7}\, \arctan \left (\frac {\left (37 x +20\right ) \sqrt {7}}{14 \sqrt {-10 x^{2}-x +3}}\right ) x +380772 x^{2} \sqrt {-10 x^{2}-x +3}+326932 \sqrt {10}\, \arcsin \left (\frac {20 x}{11}+\frac {1}{11}\right )-350960 \sqrt {7}\, \arctan \left (\frac {\left (37 x +20\right ) \sqrt {7}}{14 \sqrt {-10 x^{2}-x +3}}\right )+1446408 x \sqrt {-10 x^{2}-x +3}+638448 \sqrt {-10 x^{2}-x +3}\right )}{23328 \sqrt {-10 x^{2}-x +3}\, \left (2+3 x \right )^{2}}\) \(242\)

[In]

int((1-2*x)^(5/2)*(3+5*x)^(5/2)/(2+3*x)^3,x,method=_RETURNVERBOSE)

[Out]

-1/1944*(-1+2*x)*(3+5*x)^(1/2)*(21600*x^4-28980*x^3+31731*x^2+120534*x+53204)/(2+3*x)^2/(-(-1+2*x)*(3+5*x))^(1
/2)*((1-2*x)*(3+5*x))^(1/2)/(1-2*x)^(1/2)-(-81733/23328*10^(1/2)*arcsin(20/11*x+1/11)+21935/5832*7^(1/2)*arcta
n(9/14*(20/3+37/3*x)*7^(1/2)/(-90*(2/3+x)^2+67+111*x)^(1/2)))*((1-2*x)*(3+5*x))^(1/2)/(1-2*x)^(1/2)/(3+5*x)^(1
/2)

Fricas [A] (verification not implemented)

none

Time = 0.25 (sec) , antiderivative size = 157, normalized size of antiderivative = 0.84 \[ \int \frac {(1-2 x)^{5/2} (3+5 x)^{5/2}}{(2+3 x)^3} \, dx=-\frac {81733 \, \sqrt {5} \sqrt {2} {\left (9 \, x^{2} + 12 \, x + 4\right )} \arctan \left (\frac {\sqrt {5} \sqrt {2} {\left (20 \, x + 1\right )} \sqrt {5 \, x + 3} \sqrt {-2 \, x + 1}}{20 \, {\left (10 \, x^{2} + x - 3\right )}}\right ) - 87740 \, \sqrt {7} {\left (9 \, x^{2} + 12 \, x + 4\right )} \arctan \left (\frac {\sqrt {7} {\left (37 \, x + 20\right )} \sqrt {5 \, x + 3} \sqrt {-2 \, x + 1}}{14 \, {\left (10 \, x^{2} + x - 3\right )}}\right ) - 12 \, {\left (21600 \, x^{4} - 28980 \, x^{3} + 31731 \, x^{2} + 120534 \, x + 53204\right )} \sqrt {5 \, x + 3} \sqrt {-2 \, x + 1}}{23328 \, {\left (9 \, x^{2} + 12 \, x + 4\right )}} \]

[In]

integrate((1-2*x)^(5/2)*(3+5*x)^(5/2)/(2+3*x)^3,x, algorithm="fricas")

[Out]

-1/23328*(81733*sqrt(5)*sqrt(2)*(9*x^2 + 12*x + 4)*arctan(1/20*sqrt(5)*sqrt(2)*(20*x + 1)*sqrt(5*x + 3)*sqrt(-
2*x + 1)/(10*x^2 + x - 3)) - 87740*sqrt(7)*(9*x^2 + 12*x + 4)*arctan(1/14*sqrt(7)*(37*x + 20)*sqrt(5*x + 3)*sq
rt(-2*x + 1)/(10*x^2 + x - 3)) - 12*(21600*x^4 - 28980*x^3 + 31731*x^2 + 120534*x + 53204)*sqrt(5*x + 3)*sqrt(
-2*x + 1))/(9*x^2 + 12*x + 4)

Sympy [F]

\[ \int \frac {(1-2 x)^{5/2} (3+5 x)^{5/2}}{(2+3 x)^3} \, dx=\int \frac {\left (1 - 2 x\right )^{\frac {5}{2}} \left (5 x + 3\right )^{\frac {5}{2}}}{\left (3 x + 2\right )^{3}}\, dx \]

[In]

integrate((1-2*x)**(5/2)*(3+5*x)**(5/2)/(2+3*x)**3,x)

[Out]

Integral((1 - 2*x)**(5/2)*(5*x + 3)**(5/2)/(3*x + 2)**3, x)

Maxima [A] (verification not implemented)

none

Time = 0.32 (sec) , antiderivative size = 159, normalized size of antiderivative = 0.85 \[ \int \frac {(1-2 x)^{5/2} (3+5 x)^{5/2}}{(2+3 x)^3} \, dx=\frac {5}{21} \, {\left (-10 \, x^{2} - x + 3\right )}^{\frac {5}{2}} + \frac {3 \, {\left (-10 \, x^{2} - x + 3\right )}^{\frac {7}{2}}}{14 \, {\left (9 \, x^{2} + 12 \, x + 4\right )}} + \frac {925}{126} \, {\left (-10 \, x^{2} - x + 3\right )}^{\frac {3}{2}} x - \frac {10135}{2268} \, {\left (-10 \, x^{2} - x + 3\right )}^{\frac {3}{2}} + \frac {37 \, {\left (-10 \, x^{2} - x + 3\right )}^{\frac {5}{2}}}{28 \, {\left (3 \, x + 2\right )}} - \frac {925}{81} \, \sqrt {-10 \, x^{2} - x + 3} x + \frac {81733}{23328} \, \sqrt {10} \arcsin \left (\frac {20}{11} \, x + \frac {1}{11}\right ) - \frac {21935}{5832} \, \sqrt {7} \arcsin \left (\frac {37 \, x}{11 \, {\left | 3 \, x + 2 \right |}} + \frac {20}{11 \, {\left | 3 \, x + 2 \right |}}\right ) + \frac {20825}{1944} \, \sqrt {-10 \, x^{2} - x + 3} \]

[In]

integrate((1-2*x)^(5/2)*(3+5*x)^(5/2)/(2+3*x)^3,x, algorithm="maxima")

[Out]

5/21*(-10*x^2 - x + 3)^(5/2) + 3/14*(-10*x^2 - x + 3)^(7/2)/(9*x^2 + 12*x + 4) + 925/126*(-10*x^2 - x + 3)^(3/
2)*x - 10135/2268*(-10*x^2 - x + 3)^(3/2) + 37/28*(-10*x^2 - x + 3)^(5/2)/(3*x + 2) - 925/81*sqrt(-10*x^2 - x
+ 3)*x + 81733/23328*sqrt(10)*arcsin(20/11*x + 1/11) - 21935/5832*sqrt(7)*arcsin(37/11*x/abs(3*x + 2) + 20/11/
abs(3*x + 2)) + 20825/1944*sqrt(-10*x^2 - x + 3)

Giac [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 369 vs. \(2 (138) = 276\).

Time = 0.55 (sec) , antiderivative size = 369, normalized size of antiderivative = 1.96 \[ \int \frac {(1-2 x)^{5/2} (3+5 x)^{5/2}}{(2+3 x)^3} \, dx=-\frac {4387}{11664} \, \sqrt {70} \sqrt {10} {\left (\pi + 2 \, \arctan \left (-\frac {\sqrt {70} \sqrt {5 \, x + 3} {\left (\frac {{\left (\sqrt {2} \sqrt {-10 \, x + 5} - \sqrt {22}\right )}^{2}}{5 \, x + 3} - 4\right )}}{140 \, {\left (\sqrt {2} \sqrt {-10 \, x + 5} - \sqrt {22}\right )}}\right )\right )} + \frac {1}{3240} \, {\left (4 \, {\left (8 \, \sqrt {5} {\left (5 \, x + 3\right )} - 155 \, \sqrt {5}\right )} {\left (5 \, x + 3\right )} + 5245 \, \sqrt {5}\right )} \sqrt {5 \, x + 3} \sqrt {-10 \, x + 5} + \frac {81733}{23328} \, \sqrt {10} {\left (\pi + 2 \, \arctan \left (-\frac {\sqrt {5 \, x + 3} {\left (\frac {{\left (\sqrt {2} \sqrt {-10 \, x + 5} - \sqrt {22}\right )}^{2}}{5 \, x + 3} - 4\right )}}{4 \, {\left (\sqrt {2} \sqrt {-10 \, x + 5} - \sqrt {22}\right )}}\right )\right )} + \frac {77 \, {\left (263 \, \sqrt {10} {\left (\frac {\sqrt {2} \sqrt {-10 \, x + 5} - \sqrt {22}}{\sqrt {5 \, x + 3}} - \frac {4 \, \sqrt {5 \, x + 3}}{\sqrt {2} \sqrt {-10 \, x + 5} - \sqrt {22}}\right )}^{3} + 92120 \, \sqrt {10} {\left (\frac {\sqrt {2} \sqrt {-10 \, x + 5} - \sqrt {22}}{\sqrt {5 \, x + 3}} - \frac {4 \, \sqrt {5 \, x + 3}}{\sqrt {2} \sqrt {-10 \, x + 5} - \sqrt {22}}\right )}\right )}}{486 \, {\left ({\left (\frac {\sqrt {2} \sqrt {-10 \, x + 5} - \sqrt {22}}{\sqrt {5 \, x + 3}} - \frac {4 \, \sqrt {5 \, x + 3}}{\sqrt {2} \sqrt {-10 \, x + 5} - \sqrt {22}}\right )}^{2} + 280\right )}^{2}} \]

[In]

integrate((1-2*x)^(5/2)*(3+5*x)^(5/2)/(2+3*x)^3,x, algorithm="giac")

[Out]

-4387/11664*sqrt(70)*sqrt(10)*(pi + 2*arctan(-1/140*sqrt(70)*sqrt(5*x + 3)*((sqrt(2)*sqrt(-10*x + 5) - sqrt(22
))^2/(5*x + 3) - 4)/(sqrt(2)*sqrt(-10*x + 5) - sqrt(22)))) + 1/3240*(4*(8*sqrt(5)*(5*x + 3) - 155*sqrt(5))*(5*
x + 3) + 5245*sqrt(5))*sqrt(5*x + 3)*sqrt(-10*x + 5) + 81733/23328*sqrt(10)*(pi + 2*arctan(-1/4*sqrt(5*x + 3)*
((sqrt(2)*sqrt(-10*x + 5) - sqrt(22))^2/(5*x + 3) - 4)/(sqrt(2)*sqrt(-10*x + 5) - sqrt(22)))) + 77/486*(263*sq
rt(10)*((sqrt(2)*sqrt(-10*x + 5) - sqrt(22))/sqrt(5*x + 3) - 4*sqrt(5*x + 3)/(sqrt(2)*sqrt(-10*x + 5) - sqrt(2
2)))^3 + 92120*sqrt(10)*((sqrt(2)*sqrt(-10*x + 5) - sqrt(22))/sqrt(5*x + 3) - 4*sqrt(5*x + 3)/(sqrt(2)*sqrt(-1
0*x + 5) - sqrt(22))))/(((sqrt(2)*sqrt(-10*x + 5) - sqrt(22))/sqrt(5*x + 3) - 4*sqrt(5*x + 3)/(sqrt(2)*sqrt(-1
0*x + 5) - sqrt(22)))^2 + 280)^2

Mupad [F(-1)]

Timed out. \[ \int \frac {(1-2 x)^{5/2} (3+5 x)^{5/2}}{(2+3 x)^3} \, dx=\int \frac {{\left (1-2\,x\right )}^{5/2}\,{\left (5\,x+3\right )}^{5/2}}{{\left (3\,x+2\right )}^3} \,d x \]

[In]

int(((1 - 2*x)^(5/2)*(5*x + 3)^(5/2))/(3*x + 2)^3,x)

[Out]

int(((1 - 2*x)^(5/2)*(5*x + 3)^(5/2))/(3*x + 2)^3, x)